home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / owldlgs / dlgall.h < prev    next >
Text File  |  1995-11-01  |  462b  |  19 lines

  1. // Dlgall.h contains the equates for
  2. // the menu and buttons in the main
  3. // dialog window.
  4.  
  5. #define MAINDIALOGMENU            100
  6. #define IDM_MODAL_DIALOG    101
  7. #define IDM_MB_OK            102
  8. #define IDM_SYS_MODAL       103
  9. #define IDM_NON_MODAL_DIALOG    104
  10. #define IDM_NO_PARENT_NON_MODAL    105
  11.  
  12. #define IDB_MODAL_DIALOG    106
  13. #define IDB_MB_OK            107
  14. #define IDB_SYS_MODAL       108
  15. #define IDB_NON_MODAL_DIALOG    109
  16. #define IDB_NO_PARENT_NON_MODAL    110
  17.  
  18.  
  19.